| Description | : List all workflows. |
| Reference | : Link ¶ |
⚼ Request
GET:
/workflows
{
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
id:
string
,
triggers:
[
]
,
{
,
type:
enum
,
underGlossaryHierarchy:
string
,
underCollection:
string
,
underGlossary:
string
,
}
createdTime:
string
,
createdBy:
string
,
lastUpdateTime:
string
,
updatedBy:
string
,
name:
string
,
isEnabled:
boolean
,
description:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
details:
[
,
string
,
]
message:
string
,
target:
string
,
}